Autogenerated HTML docs for v2.9.2-566-g80460 
diff --git a/githooks.txt b/githooks.txt index d82e912..9565dc3 100644 --- a/githooks.txt +++ b/githooks.txt 
@@ -247,6 +247,15 @@  'git send-pack' on the other end, so you can simply `echo` messages  for the user.   +The number of push options given on the command line of +`git push --push-option=...` can be read from the environment +variable `GIT_PUSH_OPTION_COUNT`, and the options themselves are +found in `GIT_PUSH_OPTION_0`, `GIT_PUSH_OPTION_1`,... +If it is negotiated to not use the push options phase, the +environment variables will not be set. If the client selects +to use push options, but doesn't transmit any, the count variable +will be set to zero, `GIT_PUSH_OPTION_COUNT=0`. +  [[update]]  update  ~~~~~~ @@ -322,6 +331,15 @@  directory in Git distribution, which implements sending commit  emails.   +The number of push options given on the command line of +`git push --push-option=...` can be read from the environment +variable `GIT_PUSH_OPTION_COUNT`, and the options themselves are +found in `GIT_PUSH_OPTION_0`, `GIT_PUSH_OPTION_1`,... +If it is negotiated to not use the push options phase, the +environment variables will not be set. If the client selects +to use push options, but doesn't transmit any, the count variable +will be set to zero, `GIT_PUSH_OPTION_COUNT=0`. +  [[post-update]]  post-update  ~~~~~~~~~~~